home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / make_shared_string < prev    next >
Text File  |  2001-04-06  |  459b  |  17 lines

  1. SYNOPSIS
  2.         string make_shared_string (string str)
  3.  
  4. DESCRIPTION
  5.         Puts <str> in _the_ list of shared strings of the game.
  6.  
  7.         If the string is used by several variables/objects this
  8.         saves memory. Keys of alists and mappings are always shared
  9.         strings.
  10.  
  11. BUGS
  12.         A better string handling in the driver should make this
  13.         efun unnecessary.
  14.  
  15. HISTORY
  16.         Introduced in LDMud 3.2.6; following a suggestion from TubMud.
  17.